home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / packages / graphics / grfguide.tex / node4_mn.html < prev    next >
Text File  |  1995-03-15  |  2KB  |  43 lines

  1.  
  2. <H1><A ID="SECTION00040000000000000000">
  3. Colour</A>
  4. </H1>
  5. The colour support is built around the idea of a system of
  6. <I>Colour Models</I>. The Colour models supported by a driver vary,
  7. but typically include
  8. <DL>
  9. <DT><STRONG><#900#>rgb<#900#></STRONG></DT>
  10. <DD>Red Green Blue: A comma separated list of three numbers
  11.   between~0 and~1, giving the components of the colour.
  12. </DD>
  13. <DT><STRONG><#901#>cmyk<#901#></STRONG></DT>
  14. <DD>Cyan Magenta Yellow [K]Black:  A comma separated list of
  15.   four numbers between~0 and~1, giving the components of the colour
  16.   according to the additive model used in most printers.
  17. </DD>
  18. <DT><STRONG><#902#>gray<#902#></STRONG></DT>
  19. <DD>Grey scale: a single number between~0 and~1.
  20. </DD>
  21. <DT><STRONG><#903#>named<#903#></STRONG></DT>
  22. <DD>Colours accessed by name, e.g. `JungleGreen'. Not all
  23.   drivers support this model. The names must either be `known' to the
  24.   driver or added using commands described in |color.dtx|. Some drivers
  25.   support an extended form of the named model in which an `intensity' of
  26.   the colour may also be specified, so `JungleGreen, 0.5' would
  27.   denote that colour at half strength.
  28. </DD>
  29. </DL>
  30. Note that the <B>named</B> model is really just given as an example
  31. of a colour model that takes names rather than a numeric specication.
  32. Other options may be provided locally that provide different colour
  33. models, eg <B>pantone</B> (An industry standard set of colours),
  34. <B>x11</B> (Colour names from the UNIX window system), etc. The
  35. standard distribution does not currently have such models, but the
  36. <B>named</B> model could be used as an example of how to define a new
  37. colour model. The names used in the <B>named</B> model are those 
  38. suggested by Jim Hafner in his <I>colordvi</I> and <I>foiltex</I>
  39. packages, and implemented originally in the |color.pro| header file for
  40. the <TT>dvips</TT> driver.
  41.  
  42. <P>
  43.